VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / addRange Methods / addRange(Vintasoft.Shared.WebImageJS[]) Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
addRange(Vintasoft.Shared.WebImageJS[]) Метод
В этом разделе
Adds images to the end of the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();

var value; // Type: any

// Parameters
var images; // Type: WebImageJS[]

value = instance.addRange(images);

Parameters

images
An array of WebImageJS objects.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Thrown if image already exists in collection.
Смотрите также